home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PACKET / BSQ.ZIP / MAKE.MAK < prev   
Text File  |  1986-02-15  |  215b  |  8 lines

  1. bsq.exe:    make.mak bsq.obj
  2.         cl bsq \\usr\\uc\\lib\\binmode,bsq,bsq,\\usr\\uc\\lib\\
  3.         if errorlevel 1 goto errorexit
  4.  
  5. bsq.obj:    bsq.c
  6.         msc -Gs -Ze -I\\usr\\uc\\include\\ bsq;
  7.         if errorlevel 1 goto errorexit
  8.